AutoCAD VBA打开文件对话框
利用vlax的com对象函数 '@var = FileOpenDlg("打开文件:", "D:\", "xls") 'get file dialog use VL.Applicati ...
利用vlax的com对象函数 '@var = FileOpenDlg("打开文件:", "D:\", "xls") 'get file dialog use VL.Applicati ...
# 给cad添加自定义菜单 View Code 写几个事件驱动菜单显示 View Code 最终效 ...